forked from miguel456/rbrecruiter
Import missing facade
This commit is contained in:
parent
e8119b763c
commit
675cc3c329
|
@ -3,6 +3,7 @@
|
|||
namespace App\Observers;
|
||||
|
||||
use App\Application;
|
||||
use Illuminate\Support\Facades\Log;
|
||||
|
||||
class ApplicationObserver
|
||||
{
|
||||
|
@ -55,7 +56,7 @@ class ApplicationObserver
|
|||
}
|
||||
}
|
||||
|
||||
// application can now be deleted
|
||||
// application can now be deleted
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue