Skip to content

Commit

Permalink
Update AppServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
OhmygoodR authored Oct 25, 2024
1 parent 6899ff8 commit 4422e57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
namespace App\Providers;

use Illuminate\Support\ServiceProvider;
use App\Models\Project;
use App\Observers\ProjectObserver;

class AppServiceProvider extends ServiceProvider
{
Expand All @@ -24,5 +26,6 @@ public function register()
public function boot()
{
//
Project::observe(ProjectObserver::class);
}
}

0 comments on commit 4422e57

Please sign in to comment.