mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
Permission update
This commit is contained in:
@@ -75,4 +75,9 @@ class OCOM extends Model
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
|
||||
public static function findByOCOM($ocom)
|
||||
{
|
||||
return OCOM::where('ocom','=',$ocom)->first();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user