rtolinggi

Results 3 comments of rtolinggi

![image](https://github.com/pxlrbt/filament-activity-log/assets/86676841/2c49b5a9-d4d3-4974-b352-20d7984104a4)

``` class User extends Authenticatable { use HasApiTokens, HasFactory, Notifiable, HasRoles, LogsActivity; /** * The attributes that are mass assignable. * * @var array */ protected $fillable = [ 'name',...

class UserResource extends Resource { protected static ?string $model = User::class; protected static ?string $navigationIcon = 'heroicon-m-users'; protected static ?string $navigationGroup = 'Pengaturan Pengguna'; protected static ?string $pluralLabel = 'Pengguna';...