Skip to content

Commit

Permalink
query kit
Browse files Browse the repository at this point in the history
  • Loading branch information
cuongnd-nta committed Jul 17, 2021
1 parent 7062fa6 commit 4268f10
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 82 deletions.
Binary file added ERD-Laravel-Guardian.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
"email": "dinhcuongngo@gmail.com"
}
],
"require": {
"php": "^7.2.5|^8.0",
"cuongnd88/lara-query-kit": "^1.2"
},
"autoload": {
"psr-4": {
"Cuongnd88\\LaraGuardian\\": "src/"
Expand Down
79 changes: 0 additions & 79 deletions src/Guardian/Traits/QueryKit.php

This file was deleted.

2 changes: 1 addition & 1 deletion src/Models/Action.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\SoftDeletes;
use App\Guardian\Traits\QueryKit;
use App\Traits\QueryKit;

class Action extends Model
{
Expand Down
2 changes: 1 addition & 1 deletion src/Models/Group.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\SoftDeletes;
use App\Guardian\Traits\QueryKit;
use App\Traits\QueryKit;

class Group extends Model
{
Expand Down
2 changes: 1 addition & 1 deletion src/Models/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\SoftDeletes;
use App\Guardian\Traits\QueryKit;
use App\Traits\QueryKit;

class Page extends Model
{
Expand Down

0 comments on commit 4268f10

Please sign in to comment.