Import missing facade

This commit is contained in:
Miguel Nogueira 2020-09-07 22:35:42 +01:00
parent e8119b763c
commit 675cc3c329
1 changed files with 2 additions and 1 deletions

View File

@ -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
}
/**