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…
Reference in New Issue