您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Employeeship.php 291B

123456789101112131415
  1. <?php
  2. namespace App\Models;
  3. use Wallo\FilamentCompanies\Employeeship as FilamentCompaniesEmployeeship;
  4. class Employeeship extends FilamentCompaniesEmployeeship
  5. {
  6. /**
  7. * Indicates if the IDs are auto-incrementing.
  8. *
  9. * @var bool
  10. */
  11. public $incrementing = true;
  12. }