Skip to content

Commit

Permalink
Update AppServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
DonaldFon authored Dec 26, 2024
1 parent 2b893f0 commit f8d3757
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 f8d3757

Please sign in to comment.