Skip to content

Commit 7dc60a8

Browse files
committed
Add Eloquent alias.
1 parent 33e19b8 commit 7dc60a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/app.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@
170170
'Cookie' => 'Illuminate\Support\Facades\Cookie',
171171
'Crypt' => 'Illuminate\Support\Facades\Crypt',
172172
'DB' => 'Illuminate\Support\Facades\DB',
173+
'Eloquent' => 'Illuminate\Database\Eloquent\Model',
173174
'Event' => 'Illuminate\Support\Facades\Event',
174175
'File' => 'Illuminate\Support\Facades\File',
175176
'Hash' => 'Illuminate\Support\Facades\Hash',

0 commit comments

Comments
 (0)