Skip to content

Commit

Permalink
Prepare to support Laravel structure
Browse files Browse the repository at this point in the history
  • Loading branch information
puleeno committed Apr 21, 2024
1 parent 8a67b20 commit 694711a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 134 deletions.
71 changes: 0 additions & 71 deletions app/Facades/Auth.php

This file was deleted.

37 changes: 0 additions & 37 deletions app/Facades/Facade.php

This file was deleted.

22 changes: 0 additions & 22 deletions app/Facades/UserServiceFacade.php

This file was deleted.

8 changes: 4 additions & 4 deletions public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
declare(strict_types=1);
define('QUAGGA_CMS_START', microtime(true));

require __DIR__ . '/../app/bootstrap.php';
$bootstrap = \Quagga\Bootstrap::getInstance();
$bootstrap->boot();
// require __DIR__ . '/../app/bootstrap.php';
// $bootstrap = \Quagga\Bootstrap::getInstance();
// $bootstrap->boot();

exit();
// exit();

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 694711a

Please sign in to comment.