mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
revert file version commit
This commit is contained in:
parent
a9595d94ba
commit
e283b06f4a
@ -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();
|
||||
//
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@ -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,
|
||||
],
|
||||
|
||||
/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user