revert file version commit

This commit is contained in:
Diatrex 2020-04-15 14:37:16 +03:00
parent a9595d94ba
commit e283b06f4a
2 changed files with 7 additions and 10 deletions

View File

@ -2,7 +2,6 @@
namespace App\Providers;
use Anomaly\FilesModule\File\FileModel;
use Illuminate\Support\ServiceProvider;
class AppServiceProvider extends ServiceProvider
@ -11,13 +10,11 @@ class AppServiceProvider extends ServiceProvider
/**
* Bootstrap any application services.
*
* @param FileModel $fileModel
* @return void
*/
public function boot(FileModel $fileModel)
public function boot()
{
// Disable file versioning
$fileModel->disableVersioning();
//
}
/**

View File

@ -196,11 +196,6 @@ return [
*/
//Laravel\Tinker\TinkerServiceProvider::class,
/*
* Streams Service Provider
*/
Anomaly\Streams\Platform\StreamsServiceProvider::class,
/*
* Application Service Providers...
*/
@ -209,6 +204,11 @@ return [
// App\Providers\BroadcastServiceProvider::class,
App\Providers\EventServiceProvider::class,
App\Providers\RouteServiceProvider::class,
/*
* Streams Service Provider
*/
Anomaly\Streams\Platform\StreamsServiceProvider::class,
],
/*