update
This commit is contained in:
parent
9c06e8383a
commit
1c173415b5
4 changed files with 26 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
namespace App\Modules\Microweber\Installers;
|
||||
|
||||
class MicroweberWebsiteInstaller
|
||||
{
|
||||
|
||||
}
|
18
web/app/Modules/Microweber/MicroweberServiceProvider.php
Normal file
18
web/app/Modules/Microweber/MicroweberServiceProvider.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
namespace App\Modules\Microweber;
|
||||
|
||||
use Illuminate\Support\ServiceProvider;
|
||||
|
||||
class MicroweberServiceProvider extends ServiceProvider
|
||||
{
|
||||
public function boot()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public function register()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue