Skip to content

Commit

Permalink
Change BasePolicy to Policy
Browse files Browse the repository at this point in the history
  • Loading branch information
libern committed Jul 29, 2016
1 parent b780922 commit 22fc6a3
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<?php

namespace Someline\Policies;
namespace Someline\Base\Policies;

use Illuminate\Auth\Access\HandlesAuthorization;
use Someline\Model\BaseModel;
use Someline\Base\Models\BaseModel;
use Someline\Model\Foundation\User;

abstract class BasePolicy
abstract class Policy
{

/**
Expand Down

0 comments on commit 22fc6a3

Please sign in to comment.