You've already forked php-auth
generated from siteworxpro/Php-Template
Basics of auth
This commit is contained in:
@@ -10,6 +10,8 @@ use Illuminate\Database\Eloquent\Model as ORM;
|
||||
* Class Model
|
||||
*
|
||||
* @package Siteworxpro\App\Models
|
||||
* @method static static|null find(string $id, array $columns = ['*'])
|
||||
* @method static where(string $column, string $operator = null, string $value = null, string $boolean = 'and')
|
||||
*/
|
||||
abstract class Model extends ORM
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user