stan errros
This commit is contained in:
@@ -5,6 +5,7 @@ namespace App\Modules\Branch\Interfaces;
|
||||
/**
|
||||
* @property int $id
|
||||
* @property int $branch_id
|
||||
* @property \App\Modules\Branch\Models\Branch $branch
|
||||
*
|
||||
* @phpstan-require-extends \Illuminate\Database\Eloquent\Model
|
||||
*/
|
||||
|
||||
@@ -12,8 +12,8 @@ use Spatie\Translatable\HasTranslations;
|
||||
/**
|
||||
* @property int $id
|
||||
* @property string $unique_code
|
||||
* @property array<string, string> $name
|
||||
* @property array<string, string>|null $address
|
||||
* @property string $name
|
||||
* @property string|null $address
|
||||
* @property string $region
|
||||
* @property int|null $province_id
|
||||
* @property array<string, string>|null $phone_numbers
|
||||
|
||||
Reference in New Issue
Block a user