FIX: Namespace path
This commit is contained in:
parent
a8a0b4b6bf
commit
493220e447
|
|
@ -4,7 +4,7 @@ namespace App\api;
|
||||||
|
|
||||||
require_once '../app/models/ReportsModel.php';
|
require_once '../app/models/ReportsModel.php';
|
||||||
|
|
||||||
use App\Models\ReportsModel;
|
use App\models\ReportsModel;
|
||||||
|
|
||||||
|
|
||||||
use Nyholm\Psr7\Response;
|
use Nyholm\Psr7\Response;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace App\Models;
|
namespace App\models;
|
||||||
|
|
||||||
class ReportsModel
|
class ReportsModel
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue