Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
123456789101112131415 |
- <?php
-
- namespace App\Models;
-
- use Wallo\FilamentCompanies\Employeeship as FilamentCompaniesEmployeeship;
-
- class Employeeship extends FilamentCompaniesEmployeeship
- {
- /**
- * Indicates if the IDs are auto-incrementing.
- *
- * @var bool
- */
- public $incrementing = true;
- }
|