mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-03 13:48:29 +00:00
116 - Restricting Updates to Unpublished Concerts
This commit is contained in:
@@ -37,4 +37,10 @@ abstract class TestCase extends \Illuminate\Foundation\Testing\TestCase
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
protected function from($url)
|
||||
{
|
||||
session()->setPreviousUrl(url($url));
|
||||
return $this;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user