laravel-authz icon indicating copy to clipboard operation
laravel-authz copied to clipboard

Use Laravel's built-in abstract Manager class instead of ModelLoaderFactory

Open leeqvip opened this issue 1 year ago • 0 comments

ModelLoaderFactory was added in #69. It is more expressive and elegant to use Laravel's built-in factory class. https://github.com/laravel/framework/blob/11.x/src/Illuminate/Support/Manager.php

leeqvip avatar Jun 19 '24 16:06 leeqvip