@@ -2,9 +2,9 @@ |
||
2 | 2 | |
3 | 3 | namespace Sebdesign\SM\Traits; |
4 | 4 | |
5 | +use Illuminate\Database\Eloquent\Model; |
|
5 | 6 | use SM\Factory\FactoryInterface; |
6 | 7 | use SM\StateMachine\StateMachine; |
7 | -use Illuminate\Database\Eloquent\Model; |
|
8 | 8 | |
9 | 9 | trait Statable |
10 | 10 | { |