PHP Trait CreateImage

Show file Open project: tippingcanoe/imager Trait Usage Examples

Public Methods

Method Description
down ( ) : void Reverse the migrations.
up ( ) : void Run the migrations.

Method Details

down() public method

Reverse the migrations.
public down ( ) : void
return void

up() public method

Run the migrations.
public up ( ) : void
return void