Skip to content

Commit

Permalink
Fix(Model): fixed request class import
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleon4 committed Jun 12, 2022
1 parent 7bd69df commit 9de84a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace App\Models;

use App\Http\Request\Request;
use LionSQL\Drivers\MySQLDriver as Builder;
use LionRequest\Request;

class Model {

Expand Down

0 comments on commit 9de84a8

Please sign in to comment.