Skip to content

Commit

Permalink
Files moved
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Mar 10, 2021
1 parent 00a15f8 commit 4353711
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 75 deletions.
13 changes: 0 additions & 13 deletions .travis.yml

This file was deleted.

File renamed without changes.
18 changes: 0 additions & 18 deletions phpunit.xml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions src/Providers/ModuleServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ public function boot()
$modules = $this->app['config']['typicms']['modules'];
$this->app['config']->set('typicms.modules', array_merge(['places' => ['linkable_to_page']], $modules));

$this->loadViewsFrom(__DIR__.'/../resources/views/', 'places');
$this->loadViewsFrom(__DIR__.'/../../resources/views/', 'places');

$this->publishes([
__DIR__.'/../database/migrations/create_places_table.php.stub' => getMigrationFileName('create_places_table'),
__DIR__.'/../../database/migrations/create_places_table.php.stub' => getMigrationFileName('create_places_table'),
], 'migrations');

$this->publishes([
__DIR__.'/../resources/views' => resource_path('views/vendor/places'),
__DIR__.'/../../resources/views' => resource_path('views/vendor/places'),
], 'views');

$this->publishes([
__DIR__.'/../resources/scss' => resource_path('scss'),
__DIR__.'/../../resources/scss' => resource_path('scss'),
], 'resources');

$this->publishes([
Expand Down
40 changes: 0 additions & 40 deletions tests/PlacesControllerTest.php

This file was deleted.

0 comments on commit 4353711

Please sign in to comment.