Browse Source

Add Eloquent alias.

Taylor Otwell 9 years ago
parent
commit
7dc60a86dc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/app.php

+ 1 - 0
config/app.php

@@ -170,6 +170,7 @@ return [
 		'Cookie'    => 'Illuminate\Support\Facades\Cookie',
 		'Crypt'     => 'Illuminate\Support\Facades\Crypt',
 		'DB'        => 'Illuminate\Support\Facades\DB',
+		'Eloquent'  => 'Illuminate\Database\Eloquent\Model',
 		'Event'     => 'Illuminate\Support\Facades\Event',
 		'File'      => 'Illuminate\Support\Facades\File',
 		'Hash'      => 'Illuminate\Support\Facades\Hash',