Browse Source

remove unneeded alias.

Taylor Otwell 11 years ago
parent
commit
5d409fe0d5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/config/app.php

+ 0 - 1
app/config/app.php

@@ -151,7 +151,6 @@ return array(
 		'DB'              => 'Illuminate\Support\Facades\DB',
 		'Eloquent'        => 'Illuminate\Database\Eloquent\Model',
 		'Event'           => 'Illuminate\Support\Facades\Event',
-		'EventSubscriber' => 'Illuminate\Events\Subscriber',
 		'File'            => 'Illuminate\Support\Facades\File',
 		'Hash'            => 'Illuminate\Support\Facades\Hash',
 		'Input'           => 'Illuminate\Support\Facades\Input',