Skip to content

Commit

Permalink
trying to get the route added from the plugin itself
Browse files Browse the repository at this point in the history
  • Loading branch information
PipoCanaja committed Aug 5, 2024
1 parent a01bd39 commit 7123b99
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/Plugins/ExamplePlugin/ExamplePlugin.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php

namespace App\Plugins\ExamplePlugin;

use App\Models\Plugin;

class ExamplePlugin extends Plugin
{
public static function boot()
{
}
}

0 comments on commit 7123b99

Please sign in to comment.