spatie / laravel-beyond-crud.com

https://laravel-beyond-crud.com
58 stars 24 forks source link

canAccessVideos Middleware Not Found #18

Closed stephenjude closed 4 years ago

stephenjude commented 4 years ago

This middleware 'canAccessVideos' => \App\Http\Middleware\CanAccessVideos::class, was registered in the kernel.php but its nowhere to be found.

It's supposed to be here in the middleware directory

freekmurze commented 4 years ago

It's not used anymore, I've removed it.

stephenjude commented 4 years ago

Okay