* Replace importer with AJAX powered; better error handling #443 * Formatting * Fix command line importer
This commit is contained in:
@@ -6,8 +6,10 @@ namespace App\Contracts;
|
||||
* @property mixed $id
|
||||
* @property bool $skip_mutator
|
||||
*
|
||||
* @method static Model find(int $airline_id)
|
||||
* @method static create(array $attrs)
|
||||
* @method static Model find(int $id)
|
||||
* @method static Model where(array $array)
|
||||
* @method static Model firstOrCreate(array $where, array $array)
|
||||
* @method static Model updateOrCreate(array $array, array $attrs)
|
||||
* @method static truncate()
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user