lokken
Results
2
issues of
lokken
I'm posting an issue I had with the browserify-adventure "writing transforms" lesson and it's solution because it caused me a fair amount of headache. The issue was that running a...
For instance, in User model ``` protected $casts = [ 'database_roles' => AsEnumCollection::class.':'.DatabaseRole::class, ] ``` Here is the error when running the model:typer tool. `Class "Illuminate\Database\Eloquent\Casts\AsEnumCollection:App\Enums\DatabaseRole" does not exist` It's...
bug
Stale