Browse Source

A few tweaks.

Taylor Otwell 9 years ago
parent
commit
0089439a33
2 changed files with 10 additions and 1 deletions
  1. 10 0
      app/Providers/EventServiceProvider.php
  2. 0 1
      config/app.php

+ 10 - 0
app/Providers/EventServiceProvider.php

@@ -15,4 +15,14 @@ class EventServiceProvider extends ServiceProvider {
 		],
 	];
 
+	/**
+	 * Register any other events for your application.
+	 *
+	 * @return void
+	 */
+	public function boot()
+	{
+		//
+	}
+
 }

+ 0 - 1
config/app.php

@@ -177,7 +177,6 @@ return [
 		'Lang'      => 'Illuminate\Support\Facades\Lang',
 		'Log'       => 'Illuminate\Support\Facades\Log',
 		'Mail'      => 'Illuminate\Support\Facades\Mail',
-		'Paginator' => 'Illuminate\Support\Facades\Paginator',
 		'Password'  => 'Illuminate\Support\Facades\Password',
 		'Queue'     => 'Illuminate\Support\Facades\Queue',
 		'Redirect'  => 'Illuminate\Support\Facades\Redirect',