116 - Restricting Updates to Unpublished Concerts

This commit is contained in:
Adam Wathan
2017-06-29 14:59:51 -04:00
parent 8c6b2cbb24
commit 70e1c8f16b
5 changed files with 165 additions and 7 deletions

View File

@@ -37,4 +37,10 @@ abstract class TestCase extends \Illuminate\Foundation\Testing\TestCase
}
});
}
protected function from($url)
{
session()->setPreviousUrl(url($url));
return $this;
}
}