Skip to content

Commit de14eaf

Browse files
committed
fixed bugs
1 parent 85c7839 commit de14eaf

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Models/XRoles.php

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace MIMAXUZ\LRoles\Models;
44

55
use Illuminate\Database\Eloquent\Model;
6-
use Illuminate\Support\Facades\DB;
76

87
class XRoles extends Model
98
{

src/Providers/PermissionsServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function register()
2929
public function boot(Router $router)
3030
{
3131
$this->loadMigrationsFrom(__DIR__.'/../Database/migrations');
32-
32+
3333
// if ($this->app->runningInConsole()) {
3434
// $this->commands([
3535
// Commands\PermissionsGenerate::class,

0 commit comments

Comments
 (0)