Skip to content

Instantly share code, notes, and snippets.

@deleugpn
Created October 6, 2017 13:22
Show Gist options
  • Select an option

  • Save deleugpn/3be3603adf93f54b1ff390e902812ec5 to your computer and use it in GitHub Desktop.

Select an option

Save deleugpn/3be3603adf93f54b1ff390e902812ec5 to your computer and use it in GitHub Desktop.
<?php
namespace App\Jobs\Menu;
use App\Jobs\UpgradeJob;
class MenuJob extends UpgradeJob
{
/**
* Execute the job.
*
* @return void
*/
public function run()
{
// Your data migration code. Have Fun!
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment