File tree Expand file tree Collapse file tree 2 files changed +0
-19
lines changed
Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Original file line number Diff line number Diff line change 5858use Illuminate \Support \Facades \Hash ;
5959use Laravel \Fortify \Features ;
6060use Laravel \Fortify \Fortify ;
61- use Laravel \Nova \Actions \ActionEvent ;
6261use Laravel \Nova \Menu \Menu ;
6362use Laravel \Nova \Menu \MenuItem ;
6463use Laravel \Nova \Menu \MenuSection ;
@@ -77,11 +76,6 @@ class NovaServiceProvider extends NovaApplicationServiceProvider
7776 public function boot ()
7877 {
7978 parent ::boot ();
80-
81- ActionEvent::saving (function ($ actionEvent ) {
82- return config ('nova.action_events_log ' , true );
83- });
84-
8579 Nova::footer (fn () => '<p class="mt-8 text-center text-xs text-80">
8680 Sistem Integrasi Pekerjaan dan Dokumentasi secara Elektronik <span class="px-1">·</span> v. ' .Helper::version ().'
8781 </p>
Original file line number Diff line number Diff line change 203203 'stopped ' => '/ ' ,
204204 ],
205205
206- /*
207- |--------------------------------------------------------------------------
208- | Action Events Log
209- |--------------------------------------------------------------------------
210- |
211- | This configuration option allows you to enable or disable the logging of
212- | action events. When enabled, the actions that are executed within Nova
213- | will be logged in the "action_events" database table for auditing.
214- |
215- */
216-
217- 'action_events_log ' => true ,
218-
219206];
You can’t perform that action at this time.
0 commit comments