Skip to content

Commit feb98a0

Browse files
Update TablerPreset.php
More changes to code style!
1 parent 003ccc4 commit feb98a0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/TablerPreset.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ protected static function updateBootstrapping()
7070
)
7171
);
7272
}
73-
73+
7474
copy(__DIR__.'/tabler-stubs/bootstrap.js', static::getResourcePath('js/bootstrap.js'));
7575
}
7676

@@ -111,17 +111,16 @@ protected static function compileControllerStub()
111111
*/
112112
protected static function getResourcePath($path = '')
113113
{
114-
115114
if (self::isLaravel57orUp()) {
116115
return resource_path($path);
117116
}
118117

119-
return resource_path('assets/'. $path);
118+
return resource_path('assets/'.$path);
120119
}
121120

122121
/**
123122
* Is running in Laravel 5.7 or up?
124-
*
123+
*
125124
* @return bool
126125
*/
127126
protected static function isLaravel57orUp()

0 commit comments

Comments
 (0)