13 lines
273 B
PHP
13 lines
273 B
PHP
<?php
|
|
|
|
// @formatter:off
|
|
// phpcs:ignoreFile
|
|
/**
|
|
* A helper file for your Eloquent Models
|
|
* Copy the phpDocs from this file to the correct Model,
|
|
* And remove them from this file, to prevent double declarations.
|
|
*
|
|
* @author Barry vd. Heuvel <barryvdh@gmail.com>
|
|
*/
|
|
|
|
|