Import missing facade

This commit is contained in:
2020-09-07 22:35:42 +01:00
parent e8119b763c
commit 675cc3c329

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