Skip to content

Commit

Permalink
Move policies to be under models
Browse files Browse the repository at this point in the history
  • Loading branch information
specialtactics committed Jul 25, 2019
1 parent 4d4715f commit c3f1b2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Policies;
namespace App\Models\Policies;

use App\Models\User;
use Specialtactics\L5Api\Policies\RestfulModelPolicy;
Expand Down

0 comments on commit c3f1b2d

Please sign in to comment.