updated only booking belongs to user can update or delete the booking

phpfmt booking controller
removed example test
moved booking test to feature
This commit is contained in:
Jack Goh
2018-06-07 17:30:54 +08:00
parent f405f461dd
commit 929266a09c
3 changed files with 66 additions and 159 deletions
-18
View File
@@ -1,18 +0,0 @@
<?php
namespace Tests\Unit;
use Tests\TestCase;
class ExampleTest extends TestCase
{
/**
* A basic test example.
*
* @return void
*/
public function testBasicTest()
{
$this->assertTrue(true);
}
}