new table form html, css

This commit is contained in:
2018-07-21 18:06:37 +02:00
parent ba721592cd
commit 3242ae9cbe
26 changed files with 749 additions and 148 deletions
+4 -1
View File
@@ -2,6 +2,7 @@
namespace App\Providers;
use App\View\WidgetFactory;
use Illuminate\Support\ServiceProvider;
class AppServiceProvider extends ServiceProvider
@@ -25,6 +26,8 @@ class AppServiceProvider extends ServiceProvider
*/
public function register()
{
//
$this->app->singleton(WidgetFactory::class, function () {
return new WidgetFactory();
});
}
}