mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Use the Model alias instead of a direct class reference (#3832)
Credit to @sajjad-ser
This commit is contained in:
parent
e2c89fb3a2
commit
c5af51df25
@ -2,7 +2,7 @@
|
||||
|
||||
use App;
|
||||
use Str;
|
||||
use October\Rain\Database\Model;
|
||||
use Model;
|
||||
use Exception;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user