Skip to content

Commit

Permalink
Update composer.lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad-Alqunbar committed Jun 28, 2024
1 parent ed5d0d9 commit fb0a309
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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 @@ -23,6 +25,6 @@ public function register()
*/
public function boot()
{
//
Project::observe(ProjectObserver::class);
}
}

0 comments on commit fb0a309

Please sign in to comment.