Created
April 12, 2018 11:14
-
-
Save marufmax/ce528aaf2d4ca9b91efb30e5aaae70c4 to your computer and use it in GitHub Desktop.
Laravel PHPStrom IDE Helper PHP File
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace { | |
exit("This file should not be included, only analyzed by your IDE"); | |
} | |
namespace Illuminate\Support { | |
/** | |
* @method Fluent first() | |
* @method Fluent after($column) | |
* @method Fluent change() | |
* @method Fluent nullable() | |
* @method Fluent unsigned() | |
* @method Fluent unique() | |
* @method Fluent index() | |
* @method Fluent primary() | |
* @method Fluent spatialIndex() | |
* @method Fluent default($value) | |
* @method Fluent onUpdate($value) | |
* @method Fluent onDelete($value) | |
* @method Fluent references($value) | |
* @method Fluent on($value) | |
* @method Fluent charset($value) | |
* @method Fluent collation($value) | |
* @method Fluent comment($value) | |
* @method Fluent autoIncrement() | |
* @method Fluent storedAs($value) | |
* @method Fluent useCurrent() | |
* @method Fluent virtualAs($value) | |
*/ | |
class Fluent { | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment