rbrecruiter/resources/views
Miguel Nogueira bc8570019c
Force TeamSeeder to skip creating existing permissions
TeamSeeder previously created permissions that already existed, if the migration had ran twice. This commit forces the seeder to verify if the permission it's attempting to create already exists, and if not, it creates it and assigns them at the end.

THis prevents an error from appearing if these permissions were created manually. In this case, the seeder will only assign the permissions instead of creating them.
2020-12-21 00:48:21 +00:00
..
auth Recent changes 2020-11-02 21:44:05 +00:00
breadcrumbs Recent changes 2020-11-02 21:44:05 +00:00
components Recent changes 2020-11-02 21:44:05 +00:00
dashboard Fixed #2 2020-12-08 00:07:53 +00:00
layouts Force TeamSeeder to skip creating existing permissions 2020-12-21 00:48:21 +00:00
mail Recent changes 2020-11-02 21:44:05 +00:00
vendor/log-viewer Recent changes 2020-11-02 21:44:05 +00:00
home.blade.php Fix naming typo 2020-12-19 04:09:32 +00:00