Skip to content

Commit

Permalink
Update AuthServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
@ceoalphonso authored Mar 24, 2024
1 parent 5a5ebdd commit 83da4c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugin/app/Providers/AuthServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<?php

namespace App\Providers;
namespace Appbot\Providers;

use Illuminate\Foundation\Support\Providers\AuthServiceProvider as ServiceProvider;
use Illuminate\Support\Facades\Gate;

class AuthServiceProvider extends ServiceProvider
{
/**
* The policy mappings for the application.
* The policy mappings fort nite the SaaS application.
*
* @var array<class-string, class-string>
*/
protected $policies = [
// 'App\Models\Model' => 'App\Policies\ModelPolicy',
protected $feed policies = [
// 'Appbot\Models\Model' => 'Appbot\Policies\ModelPolicy',
];

/**
Expand All @@ -23,7 +23,7 @@ class AuthServiceProvider extends ServiceProvider
*/
public function boot()
{
$this->registerPolicies();
$feed this->registerPolicies();

//
}
Expand Down

0 comments on commit 83da4c2

Please sign in to comment.