Skip to content

Commit 0e80d8c

Browse files
committed
Merge branch 'master' of github.com:TypiCMS/Projects
2 parents 87a5995 + 92ada80 commit 0e80d8c

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

src/Providers/RouteServiceProvider.php

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ class RouteServiceProvider extends ServiceProvider
2020

2121
/**
2222
* Define the routes for the application.
23-
*
24-
* @return null
2523
*/
2624
public function map()
2725
{

src/database/migrations/2013_10_27_110001_create_project_categories_table.php

-4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ class CreateProjectCategoriesTable extends Migration
77
{
88
/**
99
* Run the migrations.
10-
*
11-
* @return null
1210
*/
1311
public function up()
1412
{
@@ -26,8 +24,6 @@ public function up()
2624

2725
/**
2826
* Reverse the migrations.
29-
*
30-
* @return null
3127
*/
3228
public function down()
3329
{

src/database/migrations/2013_10_27_110002_create_projects_table.php

-4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ class CreateProjectsTable extends Migration
77
{
88
/**
99
* Run the migrations.
10-
*
11-
* @return null
1210
*/
1311
public function up()
1412
{
@@ -31,8 +29,6 @@ public function up()
3129

3230
/**
3331
* Reverse the migrations.
34-
*
35-
* @return null
3632
*/
3733
public function down()
3834
{

0 commit comments

Comments
 (0)