bega updates
This commit is contained in:
@@ -3,11 +3,13 @@
|
||||
namespace App\Providers;
|
||||
|
||||
use App\Models\CMS\Forms\ContactUS;
|
||||
use App\Models\CMS\Marketing\FlashSale;
|
||||
use App\Models\CMS\Marketing\Newsletter;
|
||||
use App\Models\CMS\Marketing\NewsletterUser;
|
||||
use App\Models\CMS\Media\Banner;
|
||||
use App\Models\CMS\Media\Carousel;
|
||||
use App\Models\CMS\Media\Gallery;
|
||||
use App\Models\CMS\Media\Story;
|
||||
use App\Models\Ecommerce\Channel\Channel;
|
||||
use App\Models\Ecommerce\Payouts\Payout;
|
||||
use App\Models\Ecommerce\Product\Brand\Brand;
|
||||
@@ -29,11 +31,13 @@ use App\Models\System\Settings\Payments\PaymentType;
|
||||
use App\Models\System\VersionManagement\AppVersion;
|
||||
use App\Models\User;
|
||||
use App\Policies\CMS\Forms\ContactUSPolicy;
|
||||
use App\Policies\CMS\Marketing\FlashSalePolicy;
|
||||
use App\Policies\CMS\Marketing\NewsletterPolicy;
|
||||
use App\Policies\CMS\Marketing\NewsletterUserPolicy;
|
||||
use App\Policies\CMS\Media\BannerPolicy;
|
||||
use App\Policies\CMS\Media\CarouselPolicy;
|
||||
use App\Policies\CMS\Media\GalleryPolicy;
|
||||
use App\Policies\CMS\Media\StoryPolicy;
|
||||
use App\Policies\Ecommerce\Channel\ChannelPolicy;
|
||||
use App\Policies\Ecommerce\Payout\PayoutPolicy;
|
||||
use App\Policies\Ecommerce\Product\Brand\BrandPolicy;
|
||||
@@ -106,12 +110,16 @@ class AuthServiceProvider extends ServiceProvider
|
||||
ContactUS::class => ContactUSPolicy::class,
|
||||
|
||||
// Marketing...
|
||||
FlashSale::class => FlashSalePolicy::class,
|
||||
Newsletter::class => NewsletterPolicy::class,
|
||||
NewsletterUser::class => NewsletterUserPolicy::class,
|
||||
|
||||
// Banners...
|
||||
Banner::class => BannerPolicy::class,
|
||||
|
||||
// Stories...
|
||||
Story::class => StoryPolicy::class,
|
||||
|
||||
// Permissions (settings)...
|
||||
Role::class => RolePolicy::class,
|
||||
Permission::class => PermissionPolicy::class,
|
||||
|
||||
Reference in New Issue
Block a user