Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Fix CB Seeder & Image Intervention
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferry Ariawan committed Jul 7, 2021
1 parent 562e8ff commit ee10ae1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/CRUDBoosterServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function register()
$loader = AliasLoader::getInstance();
$loader->alias('PDF', 'Barryvdh\DomPDF\Facade');
$loader->alias('Excel', 'Maatwebsite\Excel\Facades\Excel');
$loader->alias('Image', 'Intervention\Image\Facades\Image');
$loader->alias('Image', 'Intervention\Image\ImageManagerStatic');
$loader->alias('CRUDBooster', 'crocodicstudio\crudbooster\helpers\CRUDBooster');
$loader->alias('CB', 'crocodicstudio\crudbooster\helpers\CB');
}
Expand Down
1 change: 0 additions & 1 deletion src/database/seeds/CBSeeder.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
namespace Database\Seeders;

use Illuminate\Database\Seeder;
use Illuminate\Support\Facades\DB;
Expand Down

0 comments on commit ee10ae1

Please sign in to comment.